home *** CD-ROM | disk | FTP | other *** search
/ Mac OS on the PowerPC Mic…rocessor - In Store Demo / Mac OS on the PowerPC Microprocessor.iso / MacOS / MacOS.dxr / 00082.ls < prev    next >
Encoding:
Text File  |  1996-05-13  |  385 b   |  15 lines

  1. global gSpriteSetList, gNextPlay, gcurrlessonnumber, gcurrchapternumber
  2.  
  3. on mouseDown
  4.   pushBtn()
  5.   if not rollOver(clickOn()) then
  6.     exit
  7.   end if
  8.   repeat with n in getAt(gSpriteSetList, 3)
  9.     set the visible of sprite n to 0
  10.   end repeat
  11.   set gNextPlay to [gcurrlessonnumber, gcurrchapternumber, #pause]
  12.   set the mouseDownScript to "playerMouseDownScript"
  13.   go("PlayMode")
  14. end
  15.